Skip to content

feat: Reduce logging noise#1576

Merged
dan-fernandes merged 6 commits into
mainfrom
reduce-logging-noise
Jun 30, 2026
Merged

feat: Reduce logging noise#1576
dan-fernandes merged 6 commits into
mainfrom
reduce-logging-noise

Conversation

@dan-fernandes

@dan-fernandes dan-fernandes commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Now only logs GET at debug level, and all else at INFO.

For GET requests, only logs after processing request. All else log both before and after processing request.

@dan-fernandes dan-fernandes requested a review from a team as a code owner June 26, 2026 14:00
@dan-fernandes dan-fernandes changed the title Reduce logging noise feat: Reduce logging noise Jun 26, 2026
Comment thread src/blueapi/service/main.py Outdated
@tpoliaw tpoliaw linked an issue Jun 26, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.93%. Comparing base (f6eebe6) to head (cc39e81).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1576   +/-   ##
=======================================
  Coverage   95.93%   95.93%           
=======================================
  Files          44       44           
  Lines        3269     3270    +1     
=======================================
+ Hits         3136     3137    +1     
  Misses        133      133           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dan-fernandes dan-fernandes added this pull request to the merge queue Jun 30, 2026
Merged via the queue into main with commit 32c57b9 Jun 30, 2026
20 checks passed
@dan-fernandes dan-fernandes deleted the reduce-logging-noise branch June 30, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce logging of http requests

2 participants